Logger

Undocumented in source.

Members

Functions

put
bool put(FirecrackerAPIClient cl)

Create the logger via the Firecracker API. * Throws: FirecrackerException on error.

Mixins

__anonymous
mixin BaseModel
Undocumented in source.

Variables

level
LoggerLevel level;

Verbosity level for our logger

logPath
string logPath;

Output location for the log

showLevel
bool showLevel;

Option to show the level of individual events in the log file.

showLogOrigin
bool showLogOrigin;

Option to show the origin of where log events originate from.

Mixed In Members

From mixin BaseModel

stringify
string stringify()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta